CentOS 7
Sponsored Link

Install GitLab
2015/10/25
 
Install GitLab which is project management tool like GitHub.
[1]
[2]
[3]
[4] Install GitLab.
[root@dlp ~]#
curl -O https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh

[root@dlp ~]#
sh script.rpm.sh
[root@dlp ~]#
yum -y install gitlab-ce
[root@dlp ~]#
gitlab-ctl reconfigure
[5] Access to "http://(your server's hostname or IP address)/" and then login with a "root" user and with initial password "5iveL!fe".
[6] After initial login, changing password is required. Change to any one.
[7] This is GitLab index page. It's possible to use it like GitHub in local network.
 
Tweet